home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / IT.DXR / butts_20_b_teeth.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  232 b   |  18 lines

  1. on mouseUp me
  2.   go("th01")
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7.   set the ink of sprite the currentSpriteNum to 4
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12.   set the ink of sprite the currentSpriteNum to 8
  13. end
  14.  
  15. on mouseDown me
  16.   beep()
  17. end
  18.